home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 1997 January / inter@ivo 1997-01.iso / cybint12 / bin / david.dxr / 00061.ls < prev    next >
Encoding:
Text File  |  1996-12-14  |  262 b   |  15 lines

  1. on exitFrame
  2.   if rollOver(15) then
  3.     cursor([901, 902])
  4.   else
  5.     cursor(-1)
  6.   end if
  7.   if the movieTime of sprite 15 = the duration of cast 75 then
  8.     set the sound of cast 75 to 0
  9.     InVis(15)
  10.     unLoadCast(75)
  11.     go("ecr3")
  12.   end if
  13.   Loopframe()
  14. end
  15.